From: Eli Zaretskii Date: Fri, 8 Dec 2006 17:15:39 +0000 (+0000) Subject: (PIX_TYPE): Redefine as `unsigned long', for 64-bit platforms where long X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~31633 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=104be388893985b0475f81ec4d457a3110216719;p=emacs.git (PIX_TYPE): Redefine as `unsigned long', for 64-bit platforms where long is 64-bit. --- diff --git a/src/frame.h b/src/frame.h index 50e7c0660b4..3c4c9dc08bf 100644 --- a/src/frame.h +++ b/src/frame.h @@ -72,7 +72,7 @@ enum text_cursor_kinds #if !defined(HAVE_X_WINDOWS) -#define PIX_TYPE int +#define PIX_TYPE unsigned long /* A (mostly empty) x_output structure definition for building Emacs on Unix and GNU/Linux without X support. */